/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 mar. 2021, 10:09:22
    Author     : pardevol
*/

:root{
    --color-enlace: #4878f3;
    --color-enlace-hover: #4878f3;
    --color-titulo-cabecera: #4878f3;
    --color-texto-destacado: #4878f3;
    --color-sombras: #4878f3;
    --color-border-fielset: #4878f3;
    --color-texto-intro-bloques: #4878f3;
    --color-titulo-paso: black;

    --background-items-destacados: #5c85e7;
    --color-items-destacados: white;

    --color-btn: white;
    --background-btn: #4878f3;
    --color-btn-hover: white;
    --background-btn-hover: #2c5edc;

    --color-btn-secondary: #4878f3;
    --background-btn-secondary: transparent;
    --color-btn-secondary-hover: white;
    --background-btn-secondary-hover: #4878f3;

    --theme-bg-color: #f8f9fa;
}